Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
This playbook retrieves related infrastructure details for Censys entities (hosts, certificates, or web properties) using the Censys Pivot Analysis API. It accepts an IOC Value (hosts, certificates, or web properties) and IOC type as input, creates a pivot analysis job, monitors the job status, retrieves the results, and ingests the related infrastructure data into Azure Log Analytics for further analysis and display data in the dashboard. Learn more about CensEye in the Censys documentation: ht
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | Censys |
| Source | View on GitHub |
This content item queries data from the following tables:
| Table | Transformations | Ingestion API | Lake-Only |
|---|---|---|---|
CensysRelatedInfrastructure_CL 🔶 |
? | ✓ | ? |
This playbook uses 3 Logic App connectors / built-in actions:
| Connector / Action | Type | Connections | Actions |
|---|---|---|---|
azureloganalyticsdatacollector |
Managed | 1 | 1 |
keyvault |
Managed | 1 | 1 |
http |
Built-in | 0 | 3 |
azureloganalyticsdatacollector (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Send_Related_Infrastructure_to_Log_Analytics_Workspace | post | /api/logs |
— |
keyvault (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Get_Censys_API_Key | get | /secrets/@{encodeURIComponent('Censys-Access-Token')}/value |
— |
http (Built-in)| Action | Method | Endpoint | Other |
|---|---|---|---|
| HTTP_Post_Request_To_Create_Pivot_Analysis_Job | POST | @{variables('base_url')}/@{variables('api_version')}/@{variables('pivot_analysis_job_endpoint')} |
— |
| HTTP_Call_to_Fetch_Job_Status | GET | @{variables('base_url')}/@{variables('api_version')}/@{variables('pivot_analysis_job_endpoint')}/@{variables('job_id')} |
— |
| HTTP_Call_to_Fetch_Job_result_data | GET | @{variables('base_url')}/@{variables('api_version')}/@{variables('pivot_analysis_job_endpoint')}/@{variables('job_id')}/results |
— |
📄 Source: CensysRelatedInfrastructure/readme.md
This playbook retrieves related infrastructure details for Censys entities (hosts, certificates, or web properties) using the Censys Pivot Analysis API. It accepts an IOC Value (hosts, certificates, or web properties) and IOC type as input, creates a pivot analysis job, monitors the job status, retrieves the results, and ingests the related infrastructure data into Azure Log Analytics for further analysis and display data in the dashboard. Learn more about CensEye in the Censys documentation: https://docs.censys.com/docs/platform-threat-hunting-use-censeye-to-build-detections
Once deployment is complete, authorize each connection.
Add access policy for the playbook's managed identity to read secrets from Key Vault.
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊